home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 279 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: zib-berlin.de!uniol!news
  2. From: Frank.Neumann@Informatik.Uni-Oldenburg.DE (Frank Neumann)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: Compiling X Programs Under Amiga Linux?
  5. Date: 29 Jan 96 14:13:05 GMT
  6. Organization: C. v. Ossietzky Universitaet Oldenburg - Fachbereich Informatik
  7. Message-ID: <4eikui$i5g@news.Informatik.Uni-Oldenburg.DE>
  8. References: <4dvqi0$4r2i@news-s01.ny.us.ibm.net> <4e0ihk$10h@news.Informatik.Uni-Oldenburg.DE> <4e547j$1jsk@news-s01.ny.us.ibm.net> <4e5730$bf3@idefix.CS.kuleuven.ac.be> <4eid6s$uqo@news-s01.ny.us.ibm.net>
  9. NNTP-Posting-Host: onyx.informatik.uni-oldenburg.de
  10. Keywords: X, libraries, Amiga, Linux
  11. X-Newsreader: NN version 6.5.0 #2 (NOV)
  12.  
  13. Hi,
  14. fheitka@ibm.net (Frederick V. Heitkamp) writes:
  15.  
  16. >>Try to create soft links from /usr/X11R6/lib/lib*.so to the
  17. >>/usr/X11R6/lib/lib*.so.6.0 libraries, e.g.
  18. >>
  19. >>        cd /usr/X11R6/lib
  20. >>        ln -s libX11.so.6.0 libX11.so
  21. >>
  22. >Right now it is:
  23. >    libX11.so.6 -> libX11.so.6.0.0
  24.  
  25. >    etc.
  26.  
  27. >Isn't that correct?
  28.  
  29. No, that's just another link, but not the one you need for linking. As Geert
  30. said: For every *.so.6.0 library, do something like:
  31.  
  32. ln -s <libname>.so.6.0 <libname>.so
  33.  
  34. Frank
  35.